Esx Settings HostHardwareDetails

Esx Settings HostHardwareDetails
Esx Settings HostHardwareDetails

The Esx Settings HostHardwareDetails schema contains properties to describe host's hardware details.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "host_uuid": "string",
    "vendor": "string",
    "model": "string",
    "family": "string",
    "oem_strings": [
        "string"
    ]
}
string
host_uuid
Required  

Host's uuid. Maps to "UUID" in SMBIOS: System Information (Type 1) and offset 08h

This property was added in vSphere API 9.0.0.0.

string
vendor
Required  

Host's vendor name. Maps to "Manufacturer" in SMBIOS: System Information (Type 1) and offset 04h

This property was added in vSphere API 9.0.0.0.

string
model
Required  

Host's model name. Maps to "Product Name" in SMBIOS: System Information (Type 1) and offset 05h

This property was added in vSphere API 9.0.0.0.

string
family
Required  

Host's family name. Maps to "Family" in SMBIOS: System Information (Type 1) and offset 1Ah

This property was added in vSphere API 9.0.0.0.

array of string
oem_strings
Required  

Host's OEM string. Maps to SMBIOS: OEM Strings (Type 11)

This property was added in vSphere API 9.0.0.0.